home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2008 February / PCWFEB08.iso / Software / Resources / Developers / XAMPP 1.5.4 / Windows installer / xampp-win32-1.5.4-installer.exe / xampp / phpMyAdmin / libraries / engines / berkeleydb.lib.php < prev    next >
Encoding:
PHP Script  |  2005-12-06  |  235 b   |  12 lines

  1. <?php
  2. /* $Id: berkeleydb.lib.php,v 2.1 2005/12/07 10:28:50 cybot_tm Exp $ */
  3. // vim: expandtab sw=4 ts=4 sts=4:
  4.  
  5. include_once './libraries/engines/bdb.lib.php';
  6.  
  7. class PMA_StorageEngine_berkeleydb extends PMA_StorageEngine_bdb
  8. {
  9. }
  10.  
  11. ?>
  12.